home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 40 / Issue 40.iso / pc / Main / 00034_gotoDatum.ls < prev    next >
Encoding:
Text File  |  2000-11-09  |  126 b   |  12 lines

  1. on mouseWithin
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(0)
  7. end
  8.  
  9. on mouseDown
  10.   gotoNetPage("http://www.datumeurope.com")
  11. end
  12.